-
Notifications
You must be signed in to change notification settings - Fork 22
Refine Clear-Site-Data deletion criteria #290
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
@martinthomson Any concerns with merging this? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One question.
| 1. [=set/iterate|For each=] [=impression=] |impression| of | ||
| the [=impression store=]: | ||
|
|
||
| 1. If |impression|'s [=impression/Intermediary Site=] is `undefined` and |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why only do this if the intermediary site is undefined? Shouldn't this happen no matter what the intermediary site is set to?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It depends on whether we want the impression site to be able to delete impressions that were registered by an intermediary, or whether the impression site should only be able to delete impressions registered by itself.
Fixes #289
Preview | Diff